public override bool ChangePassword(string username, 
  string oldPassword, string newPassword)
{
   return false;
}
